home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / data / indexer / !Indexer / !Boot next >
Text File  |  1993-05-04  |  975b  |  25 lines

  1. |
  2. | File name : !Boot
  3. | Author    : © Stephen Mansfield 1993
  4. | Release   : 0.60
  5. | Date      : 4-May-93
  6. |                                   
  7. | Merge sprite file to common wimp pool.
  8. |
  9. IconSprites <Obey$Dir>.!Sprites
  10. |
  11. | Set file type variables.
  12. |
  13. | Note, the file type used for Indexer can be changed if it is not suitable,
  14. | ie it cuases a file type clash on your system.  The process is simple:
  15. |    1. Change the variables below to the required file type hexadecimal code
  16. |       likewise with the similar commands in the beginning of the !Run file.
  17. |    2. Edit the last commanmd in the !Run file, change the file type parameter
  18. |       passed when !RunImage is run (the '0x' is C syntax).
  19. |    3. Rename the file type sprites in the !SpritesXX files.
  20. |    4. Finally any old files already created need there file type change to
  21. |       the newly choosen one (see the filer menu for this).
  22. |
  23. Set File$Type_0AA Indexer
  24. Set Alias$@RunType_0AA Run <Obey$Dir>.!Run -load %%*0
  25.